type runtime.gList
25 uses
runtime (current package)
chan.go#L436: var glist gList
mcleanup.go#L309: sleeping gList
mcleanup.go#L553: var list gList
mgc.go#L433: list gList
mgcmark.go#L305: sched.gFree.stack = gList{}
mgcscavenge.go#L451: var list gList
netpoll.go#L494: func netpollready(toRun *gList, pd *pollDesc, mode int32) int32 {
netpoll_epoll.go#L99: func netpoll(delay int64) (gList, int32) {
netpoll_epoll.go#L101: return gList{}, 0
netpoll_epoll.go#L128: return gList{}, 0
netpoll_epoll.go#L132: var toRun gList
proc.go#L4033: func injectglist(glist *gList) {
proc.go#L4055: *glist = gList{}
proc.go#L6368: var list gList
proc.go#L6776: var list gList
proc.go#L7382: func (q *gQueue) popList() gList {
proc.go#L7383: stack := gList{q.head, q.size}
proc.go#L7390: type gList struct {
proc.go#L7396: func (l *gList) empty() bool {
proc.go#L7401: func (l *gList) push(gp *g) {
proc.go#L7408: func (l *gList) pushAll(q gQueue) {
proc.go#L7417: func (l *gList) pop() *g {
runtime2.go#L680: gFree gList
runtime2.go#L812: stack gList // Gs with stacks
runtime2.go#L813: noStack gList // Gs without stacks
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)